net/http.http2pipe.donec (field)
7 uses
net/http (current package)
h2_bundle.go#L3721: donec chan struct{} // closed on error
h2_bundle.go#L3847: if p.donec == nil {
h2_bundle.go#L3853: case <-p.donec:
h2_bundle.go#L3855: close(p.donec)
h2_bundle.go#L3874: if p.donec == nil {
h2_bundle.go#L3875: p.donec = make(chan struct{})
h2_bundle.go#L3881: return p.donec
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |